home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Web Things / HTML.edit 1.5b1.sit / HTML.edit.1.5b1 / HTML.edit v1.5b1 / HTML.edit v1.5b1.rsrc / TEXT_18124_Anchor Utility.txt < prev    next >
Encoding:
Text File  |  1994-11-30  |  3.1 KB  |  62 lines

  1.  
  2. Anchor Utility
  3.  
  4. [this text still under constuction]
  5.  
  6. Choosing the HyperText Link... or Named Anchor‚Ķ command from the Anchor menu displays the Anchor Utility. Items within this dialog box are described below. For more information on creating an anchor tag or URL (Uniform Resource Locator), check out the Beginner's Guide section Linking to Other Documents.
  7.  
  8. Sample Anchor
  9.  
  10. Shows the constructed anchor tag as it will be inserted into the document. While only the first 30 characters of the link text are shown in the sample, the actual text is not truncated when inserted into the actual document. 
  11.  
  12. Form
  13.  
  14. The "Full" and "Partial/HotList" buttons. Selects the form of the created anchor tag: either a "full" URL, complete with access scheme, server name, etc. or a "partial" (or relative) URL, which assumes the same server and directory location as the current HTML document.
  15.  
  16. Form
  17.  
  18. When "Full" is selected, the Anchor Utility will include the path to the file if a Scheme and Server name are entered.
  19.  
  20. If "Partial/HotList" is selected, the anchor tag will include only the filename (the "SRC=" or source document), assuming that it is in the same directory as the current HTML document.
  21.  
  22. Scheme (required for full URL; not used with "Partial/HotList")
  23.  
  24. Either selected by the popUp menu or manually entered, this is the communication scheme of the file. Usually this will be "http:" for image files, "ftp:" for file transfer protocol, etc.
  25.  
  26. Server (required for full URL; not used with "Partial/HotList")
  27.  
  28. The server name as it is known on the Internet, such as "www.ncsa.edu". Clicking on the "Server:" button gives you the option of replacing the default server (as set on the Preferences card) with the current server name, or of using the default server.
  29.  
  30. Port (optional for full URL; not used with "Partial/HotList")
  31.  
  32. Most HTTP transmission defaults to port 80. If you've set up communications through a different port, enter that number here. Otherwise, leave this blank.
  33.  
  34. Include HREF= (required for HyperText Links)
  35.  
  36. This is the name of the file, usually an HTML document. If this document is not in the same directory as the current HTML document, prepend the relative path to the filename.
  37.  
  38. For example, if the current document is "/project/document.html" (a document named "document.html" located in a "project" folder on your server) and you want to reference two HTML documents, one named "contents.html" in the same folder, the other named "conrad.html" located in a "conrad" folder in the "people" folder on your server "www.server.edu", the full anchor tags would look like:
  39.  
  40.    <A HREF="http://www.server.edu/project/contents.html">
  41.    <A HREF="http://www.server.edu/people/conrad/conrad.html">
  42.  
  43. or the partial (or relative) tags:
  44.  
  45.    <IMG SRC="contents.html">
  46.    <IMG SRC="/people/conrad/conrad.html">
  47.  
  48. Fragment-ID (optional)
  49.  
  50. This is the blah blah. 
  51.  
  52. Include NAME= (required for Named Anchors; optional otherwise)
  53.  
  54. This is the blah blah.
  55.  
  56. Note 
  57.  
  58. For compatibility with other systems, avoid using spaces or special characters in either your folder or document names.
  59.  
  60. Back to Anchor menu, on to Heading menu, or return to Contents.
  61.  
  62.